@charset "utf-8";
@font-face{
  font-family: 'AuxinMedium';
  src: url(../fonts/AuxinMedium.otf);
}
html,
body,
div,
span,
p,
a,
img,
ul,
li,
form,
table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

body,
html {
  font-family: 'playfair_regular', Arial, 'PingFangSC-Regular', '微软雅黑', 'Microsoft YaHei', 'Helvetica', sans-serif;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font: 14px;
  line-height: 1.4286;
  font-weight: 300;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:active {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  outline: none;
  -webkit-appearance: none;
  border: 0;
}

button {
  background: none;
  border: 0;
  outline: none;
  font-family: Arial, 'PingFang', 'Helvetica', sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fw {
  display: flex;
}

.fwc {
  justify-content: space-between;
}

.pd40 {
  padding: 40px 0;
}

.pd60 {
  padding: 60px 0;
}

.pd80 {
  padding: 80px 0;
}

.pd100 {
  padding: 100px 0;
}

.pd120 {
  padding: 120px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.imgbox {
  width: max-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
}

.imgbox img {
  max-width: 100%;
  transition: ease 0.5s;
}


._row {
  display: flex;
  flex-wrap: wrap;
}

._warp {
  flex-wrap: wrap;
}

._col1 {
  width: 5%;
}

._col2 {
  width: 10%;
}

._col3 {
  width: 15%;
}

._col4 {
  width: 20%;
}

._col5 {
  width: 25%;
}

._col6 {
  width: 30%;
}

._col7 {
  width: 35%;
}

._col8 {
  width: 40%;
}

._col9 {
  width: 45%;
}

._col10 {
  width: 50%;
}

._col11 {
  width: 55%;
}

._col12 {
  width: 60%;
}

._col13 {
  width: 65%;
}

._col14 {
  width: 70%;
}

._col15 {
  width: 75%;
}

._col16 {
  width: 80%;
}

._col17 {
  width: 85%;
}

._col18 {
  width: 90%;
}

._col19 {
  width: 95%;
}

._col20 {
  width: 100%;
}

._col_1_3_32 {
  width: 32%;
}

._col_1_3 {
  width: 33.3333%;
}

._col_2_3 {
  width: 66.6666%;

}

.headTit {
  text-align: center;
  margin-bottom: 40px;
}

.headTit h3 {
  font-size: 28px;
  line-height: 1.2;
  font-family: 'AuxinMedium';
  text-transform: uppercase;
  color: #5b9cd6;
  margin-bottom: 10px;
}

.headTit h4 {
  position: relative;
  font-size: 30px;
  padding: 0 80px;
  width: max-content;
  margin: auto;
}
.headTit h4::before,
.headTit h4::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #dedede;
}
.headTit h4::before{
  left: 0;
}
.headTit h4::after{
  right: 0;
}
.headTit p {
  margin-top: 20px;
  color: #737373;
  text-align: center;
  opacity: 0.9;
}

a {
  transition: ease 0.3s;
}

._More {
  display: block;
  width: max-content;
  margin: 0 auto;
  margin-top: 30px;
  padding: 7px 40px;
  border: 1px solid #5b9cd6;
  color: #5b9cd6;
}

._More:hover {
  background-color: #5b9cd6;
  color: #fff;
}

._pd_0_10 {
  padding: 0 10px;
}

._pd15 {
  padding: 15px;
}

._pd20 {
  padding: 20px;
}

._pd10 {
  padding: 10px;
}

._gut10 {
  margin: 0 -10px;
}

._mg_bot_20 {
  margin-bottom: 20px;
}

._mg_bot_40 {
  margin-bottom: 40px;
}

@media (max-width:768px) {

  .pd60 {
    padding: 3rem 0;
  }

  .headTit {
    margin-bottom: 2rem;
  }

  .headTit h3 {
    font-size: 2rem;
  }

  .headTit h4 {
    font-size: 2rem;
  }

  ._row {}

  ._col_mb_1 {
    width: 5%;
  }

  ._col_mb_2 {
    width: 10%;
  }

  ._col_mb_3 {
    width: 15%;
  }

  ._col_mb_4 {
    width: 20%;
  }

  ._col_mb_5 {
    width: 25%;
  }

  ._col_mb_6 {
    width: 30%;
  }

  ._col_mb_7 {
    width: 35%;
  }

  ._col_mb_8 {
    width: 40%;
  }

  ._col_mb_9 {
    width: 45%;
  }

  ._col_mb_10 {
    width: 50%;
  }

  ._col_mb_11 {
    width: 55%;
  }

  ._col_mb_12 {
    width: 60%;
  }

  ._col_mb_13 {
    width: 65%;
  }

  ._col_mb_14 {
    width: 70%;
  }

  ._col_mb_15 {
    width: 75%;
  }

  ._col_mb_16 {
    width: 80%;
  }

  ._col_mb_17 {
    width: 85%;
  }

  ._col_mb_18 {
    width: 90%;
  }

  ._col_mb_19 {
    width: 95%;
  }

  ._col_mb_20 {
    width: 100%;
  }

  ._col_mb_none {
    display: none;
  }

  ._mb20 {
    margin-bottom: 20px;
  }


}















/* 手机导航 */
.mbHead {
  display: none;
}

@media (max-width:768px) {
  .pcHead {
    display: none;
  }

  .swiper-pagination {
    z-index: 3;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    overflow-x: hidden;
  }

  .mbHead {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background: url() center center no-repeat #fff;
    background-size: 100% auto;
  }

  .mbHead .bc {
    position: relative;
    height: 4rem;
    padding-top: 1rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }

  .mbHead .bc img {
    /* width: 80%; */
    transform: translateY(-0.5rem);
    margin-left: 1rem;
  }

  .mbHead .menuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4rem;
    height: 2rem;
    z-index: 20;
  }

  .mbHead .menuBtn .menuBtns {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mbHead .menuBtn li {
    position: absolute;
    right: 1rem;
    height: 2px;
    width: 2rem;
    background-color: #333;
    margin: 0.5rem 0;
    transition: ease 0.2s;
  }

  .mbHead .menuBtn li:nth-child(1) {
    top: 0.05rem;
  }

  .mbHead .menuBtn li:nth-child(2) {
    top: 0.5rem;
  }

  .mbHead .menuBtn li:nth-child(3) {
    top: 1rem;
  }

  .mbHead .menuBtn .del {
    background-color: #999;
  }

  .mbHead .menuBtn .del:nth-child(1) {
    top: 0.5rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
  }

  .mbHead .menuBtn .del:nth-child(2) {
    display: none;
  }

  .mbHead .menuBtn .del:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
  }

  .mbHead .menuBox {
    position: absolute;
    width: 20rem;
    height: 100%;
    top: 0;
    right: -20rem;
    transition: 0.5s ease;
    z-index: 15;
    opacity: 0;
  }

  .mbHead .menuBox .menuBox1 {
    height: 100%;
    overflow-y: auto;
    background-color: #313131;
  }

  .mbHead .menuBox .menuBox2 {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: 100%;
    display: none;
  }

  .mbHead .show {
    right: 0;
    opacity: 1;
  }

  .mbHead .chd {
    overflow: hidden;
    transition: ease 0.5s;
    padding: 0 3%;
  }

  .mbHead .menuLi {
    padding: 1rem 3% 0;
    transition: ease 0.5s;
    border-bottom: 1px solid #666;
    color: #fff;
  }

  .mbHead .menuLi a {
    display: block;
    padding: 0 1rem 1rem;
    position: relative;
  }

  .mbHead .menuLi a i {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: ease 0.5s;

  }

  .mbHead .menuLi a .cur {
    transform: translateY(-50%) rotate(135deg);
  }

  .mbHead .menuLi .on {}
}









/* tp 分页样式 */
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination li:hover:nth-child(1) span,
.pagination li:hover:nth-child(1) a {
  background-color: #d92123;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li.active span,
.pagination li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}